home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / TABAUTO.DOX < prev    next >
Text File  |  1996-07-17  |  588b  |  16 lines

  1.  
  2.   TABAUTO.AML
  3.   Expand Tabs Automatically 
  4.  
  5.   Running this macro will automatically expand tab characters (Ascii 9)
  6.   whenever a new file is loaded into an edit window.
  7.  
  8.   To reduce the amount of time required to open large files, only the
  9.   last 200 lines are checked for tab characters. If found, then tabs
  10.   throughout the file are expanded. If tabs are not expanded by this
  11.   macro, the Expand Tabs command can be used to manually expand tabs.
  12.  
  13.   The current tab width (the value of the _TabWidth configuration
  14.   variable) is used as the tab width for the expansion.
  15.  
  16.